@ALL
Ae galéra coloquei novos pokes no meu server, coloquei catch, corpse, portrait e todo o basico.
O Problema é que quando abro o corpo dão debug, igual dava antigamente com os johtos no PDA menos avançado.
alguem da um toque ae ? REP+
ps: com outra conta "Jhonsy Reborn" pq to sem rep com éssa.
Vlws ae.












info
Grupo: Conde
Registrado: 06/08/11
Posts: 752
Reputação: +112
@Zesy
Que bagunça, dei uma arrumada no script lol:
myball = getPlayerSlotItem(cid, 8)
nexp = getItemAttribute(myball.uid, "nextlevelexp")
thingball = getPlayerSlotItem(getCreatureMaster(thing.uid))
nick = getItemAttribute(thingball.uid, "nick")
if getCreatureMaster(thing.uid) == cid then
string = "You see your "..string.lower(getCreatureName(thing.uid)).."
if nick then
string = string.." ("..nick..")"
end
string = string.." "..levelinfo.."."
string = string.."\nHit points: "..getCreatureHealth(thing.uid).."/"..getCreatureMaxHealth(thing.uid).."."
string = string.."\n"..getPokemonHappinessDescription(thing.uid)..""
if getItemAttribute(myball, "level") <= 99 then
string = string.."\nExperience needed to level up: "..nexp.."."
end
else
string = "You see a "..string.lower(getCreatureName(thing.uid))..""
if nick then
string = string.." ("..nick..")"
end
string = string.." "..levelinfo.."."
string = string.."\nIt belongs to "..getCreatureName(getCreatureMaster(thing.uid)).."."
end
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, string)
return false
end
Ve se pega ou se pegava ve se resolveu ou sei lá ahusausa